home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 13 / Developer Source Volume 13 (I-MODE Publications, Inc.)(1999).iso / ORINF / MAY96 / HOSKF114.GIF < prev    next >
Graphics Interchange Format  |  1998-02-10  |  7KB  |  597x278  |  4-bit (12 colors)
Labels: text | screenshot | display | software | computer icon | number | web page | operating system
OCR: btnPrint Properties P + × Visible True Click Sub ClickO Set Reports DefaultCondition to current Record - Application. Set Cursor ( 1 ) IF NOT ISNULL ( fldCONTACTID. Value ) THEN rpt Contact . Default Condition = "CONTACTID=" & fldCONTACTID. Value rptContact. OpenPreview () ELSE MSGBOX ( "No Contact Record is Available to Print !", 48, Application. Label ) END IF